CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - avr 定时器

搜索资源列表

  1. main__

    0下载:
  2. 基于atmega16的定时器仿真代码,可以在proteus仿真软件上模拟定时器的使用,对单片机学者有较大帮助。-This program will help the students learn avr.
  3. 所属分类:SCM

    • 发布日期:2017-04-10
    • 文件大小:1100
    • 提供者:秦川
  1. AVRtimer0

    0下载:
  2. 本文讲述AVR定时/计数器0的各种使用,包括各个寄存器的使用方法、电路、波形,并给出了几个不同的程序,有计数实验、定时实验、比较匹配实验、快速PWM实验、相位修正PWM实验。-This article describes the AVR timer/counter of a variety of uses, including the use of various registers, circuit, waveform, and gives a few different programs,
  3. 所属分类:SCM

    • 发布日期:2017-04-01
    • 文件大小:200013
    • 提供者:williams
  1. cklcd

    0下载:
  2. ATmega16 AVR单片机用串行方式控制12864液晶(带字库)内加外部中断0,外部中断1,定时器T0,T1程序-AVR microcontroller ATmega16 with serial mode control 12864 liquid crystal (with word stock) add external interrupt 0, external interrupt 1, T0 timer, T1 program
  3. 所属分类:ELanguage

    • 发布日期:2017-04-13
    • 文件大小:2308
    • 提供者:胡家申
  1. axv

    0下载:
  2. avr mega16单片机写的函数发生器,利用定时器器中断发生正弦波、三角波、锯齿波, -avr mega16 microcontroller to write the function generator, timer interrupt occurs sine, triangle, sawtooth,
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:629
    • 提供者:ttj
  1. mega16csb

    0下载:
  2. 编译环境iccavr 芯片avr16 8M晶振 超声波的可收发距离在3m左右,利用了avr的定时器1和外部中断,1602显示具体距离-The compiler environment iccavr chip avr16 8M crystal can send and receive distance of about 3m using avr timer and external interrupt, 1602 distance
  3. 所属分类:SCM

    • 发布日期:2017-11-10
    • 文件大小:98338
    • 提供者:刘林
  1. time

    0下载:
  2. AVR proteus time 定时器的使用 硬件图-AVR proteus time timer hardware chart
  3. 所属分类:SCM

    • 发布日期:2017-11-21
    • 文件大小:116025
    • 提供者:god ye
  1. AVRduoji

    0下载:
  2. avr单片机控制舵机,通过两个定时器来实现,定时器0和定时器2.-Avr single-chip microcomputer control steering gear, through the two timer to realize, the timer 0 and timer 2.
  3. 所属分类:CSharp

    • 发布日期:2017-12-09
    • 文件大小:554611
    • 提供者:王坤
  1. PWM

    0下载:
  2. Atmega 16单片机,这里利用T/C1定时器中断来产生PWM波形。在ICC AVR编译环境下,利用tool 菜单中的application builder生成一个简单的PWM波程序。这段程序以PA0作为PWM波的输出端口。利用T/C1定时器比较匹配和溢出产生两次中断来改变PA0的输出电平。具体过程为:计数器TCNT1从初始值开始不断计数,当发生比较匹配时,把PA0置为低电平,计数器继续计数,当发生溢出中断时,计数器回到初始设定值,并把PA0置为高电平。从而在PA0端口获得一稳定持续的PWM波
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-11-17
    • 文件大小:4656
    • 提供者:陈勇
  1. Trffic-Light

    0下载:
  2. 利用定时器中断编写的控制交通灯,采用的是avr atmega16单片机,Icc编译环境,2401无线传输-Timer interrupt write control traffic lights, avr atmega16 microcontroller, the Icc compiler environment, 2401 wireless transmission
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-11-22
    • 文件大小:103707
    • 提供者:韩林松
  1. dingshiqishiyan

    0下载:
  2. 这是一个基于AVR单片机meg128的一个定时器的例子,很好的-This is based on the example of a timer of the AVR microcontroller meg128 good
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-12-02
    • 文件大小:79604
    • 提供者:刘海芬
  1. reload-Timer

    0下载:
  2. AVR atmel128 单片机重载定时器学习示例-Learning example of the the AVR atmel128 microcontroller reload timer
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-11-05
    • 文件大小:9291
    • 提供者:张洲
  1. free-Timer

    0下载:
  2. AVR atmel单片机 自由定时器的学习示例-AVR atmel microcontroller free timer learning example
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-11-26
    • 文件大小:8407
    • 提供者:张洲
  1. sheji

    0下载:
  2. AVR单片机,ATMEGA16,实现采集电压(<5V),并在液晶屏显示,每秒采集次数可通过定时器调整-AVR microcontroller, the ATMEGA16 acquisition voltage (5V), and display on the LCD screen, the number of acquisitions per second timer adjustment
  3. 所属分类:SCM

    • 发布日期:2017-12-01
    • 文件大小:1941
    • 提供者:li
  1. ATMEGA16_INTERRUPT

    0下载:
  2. 编译环境:WINAVR + AVR STUDIO 芯片: ATMEGA16 功能: 定时器、计数器中断 PWM中断 AD采集中断 -Compile environment: WINAVR+ AVR STUDIO Chip: ATMEGA16 Functions: timer, timer interrupt PWM interrupt AD interrupt
  3. 所属分类:SCM

    • 发布日期:2017-11-21
    • 文件大小:6120
    • 提供者:心浪
  1. music

    0下载:
  2. 用单片机内部定时器合成音乐信号 AVR MEGA16单片机-Synthetic music signal AVR mega16 microcontroller MCU internal timer
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-11-19
    • 文件大小:23271
    • 提供者:XIE
  1. avr3

    0下载:
  2. avr与protuse定时器控制IO引脚输出方波-avr with protuse timer control IO pin output square wave
  3. 所属分类:SCM

    • 发布日期:2017-11-12
    • 文件大小:27062
    • 提供者:yinwenlong
  1. avr4

    0下载:
  2. avr与protuse定时器产生PWM波形-avr timers generate PWM waveform with protuse
  3. 所属分类:SCM

    • 发布日期:2017-11-28
    • 文件大小:43185
    • 提供者:yinwenlong
  1. AVR_T_C1_frequency-meter

    0下载:
  2. 基于AVR单片机的频率计的设计,采用定时器和中断实现-AVR microcontroller based frequency meter design, using timers and interrupts to achieve
  3. 所属分类:SCM

    • 发布日期:2017-11-12
    • 文件大小:59772
    • 提供者:顾春阳
  1. T0-TIFR-LED

    0下载:
  2. T0查询TIFR定时控制LED AVR单片机程序教程 T0定时器设计 控制LED亮和灭。-T0 query TIFR timing control LED AVR microcontroller program design tutorials T0 timer control LED turn on and off.
  3. 所属分类:SCM

    • 发布日期:2017-11-10
    • 文件大小:64210
    • 提供者:
  1. timer

    0下载:
  2. AVR单片机的定时器模块驱动程序 包括定时器0和定时器1的使用 M16单片机 使用ICCAVR编写-AVR MCU timer module drivers include Timer 0 and Timer 1 ICCAVR prepared using microcontroller using M16
  3. 所属分类:SCM

    • 发布日期:2017-04-03
    • 文件大小:1383
    • 提供者:陈成
« 1 2 ... 4 5 6 7 8 910 11 »
搜珍网 www.dssz.com